home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bomb_bandits.swf / scripts / frame_29 / DoAction.as
Text File  |  2010-01-19  |  431b  |  17 lines

  1. if(scoreid == 0)
  2. {
  3.    gotoAndStop(21);
  4. }
  5. if(scoreid > 0 and _root.gameType == "prize" or _root.gameType == "trial")
  6. {
  7.    _root.gPlayerName = PlayerDisplayName;
  8.    Mode = "Scores";
  9.    _root.gameType != "trial" ? (starTournamentID = _root.tournamentID) : (starTournamentID = random(2) + 1);
  10.    loadVariablesNum("listener/game.cfm",0,"POST");
  11.    gotoAndPlay(42);
  12. }
  13. if(_root.gameType == "free")
  14. {
  15.    gotoAndPlay(42);
  16. }
  17.